Global Index
HTML5 JS API Index > Web Workers Tutorials & Specs

DedicatedWorkerGlobalScope

Extends WorkerGlobalScope.

Properties
EventHandleronmessage
Operations
void
postMessage(any message, optional sequence<Transferable> transfer)
The postMessage() method on DedicatedWorkerGlobalScope objects must act as if, when invoked, it immediately invoked the method of the same name on the port, with the same arguments, and returned the same return value.